home *** CD-ROM | disk | FTP | other *** search
/ AMIGA-CD 2 / Amiga-CD - Volume 2.iso / ungepackte_daten / 1993 / 3 / 02 / automobil / bilanz / source / source.ampk / Bilanz_protos.h next >
Encoding:
Text File  |  1995-06-01  |  1.4 KB  |  72 lines

  1. /* Prototypes for functions defined in BilanzCalc.c */
  2.  
  3. void StatusMonth(long);
  4. void StatusYear(long);
  5.  
  6. void OutClr(void);
  7. void Out(short, short, short);
  8. void OutStart(void);
  9. void OutPrinter(void);
  10. void OutputDirection(void);
  11.  
  12. void Start(void);
  13.  
  14. void YearChange(short);
  15. void MonthBack(void);
  16. void MonthNext(void);
  17. void EntryFirst(void);
  18. void EntryBack(void);
  19. void EntryNext(void);
  20. void EntryLast(void);
  21.  
  22. void EntryNew(void);
  23.  
  24. void EntryChange(int);
  25.  
  26. /* Prototypes for functions defined in BilanzFunk.c */
  27.  
  28. void GetMessage(void);
  29. void GetMessageClass(void);
  30. void WaitNoButton(void);
  31.  
  32. void Frame(long, long, long, long, long);
  33.  
  34. void Print(char *, long, long);
  35.  
  36. void ltos(long, char *, short, short, char);
  37.  
  38. double stof(unsigned char *);
  39.  
  40. long round(double);
  41.  
  42. short ReadText (unsigned char *, long, long, short, short, char, unsigned char *,
  43.                 long, long, long, long);
  44.  
  45. void GetClock(void);
  46. void PrintDate(void);
  47.  
  48. void StatusClr(void);
  49. void StatusText(char *, char, long);
  50.  
  51. int power2(int);
  52.  
  53. short InsertEntry(struct Entry, int);
  54. void  DeleteEntry(struct Entry *);
  55. short InsertYear(struct Year **);
  56. void  DeleteYears(void);
  57.  
  58. int MouseIn(int, int, int, int);
  59. int MouseInFrame(int, int, int, int);
  60.  
  61. void Gadget(unsigned char *, int, int, int, int, int);
  62.  
  63. int FilterCmp(unsigned char *);
  64. void UpdateFilter(int);
  65. void FilterSwitch(int);
  66. void FilterChange(int);
  67.  
  68. int Count(int);
  69.  
  70. short LoadData(unsigned char *);
  71. short SaveData(unsigned char *);
  72.